home *** CD-ROM | disk | FTP | other *** search
- object OptionsForm: TOptionsForm
- Left = 247
- Top = 185
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = '<Options>'
- ClientHeight = 278
- ClientWidth = 336
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblLanguage: TLabel
- Left = 8
- Top = 8
- Width = 29
- Height = 13
- Caption = '<taal>'
- end
- object chkShowStatusBar: TCheckBox
- Tag = 201
- Left = 8
- Top = 32
- Width = 313
- Height = 17
- TabOrder = 1
- OnClick = chkShowStatusBarClick
- end
- object chkAlwaysOnTop: TCheckBox
- Tag = 203
- Left = 8
- Top = 80
- Width = 313
- Height = 17
- TabOrder = 3
- end
- object chkSingleInstance: TCheckBox
- Tag = 207
- Left = 8
- Top = 176
- Width = 313
- Height = 17
- TabOrder = 7
- end
- object chkMinimizeToTray: TCheckBox
- Tag = 204
- Left = 8
- Top = 104
- Width = 313
- Height = 17
- TabOrder = 4
- end
- object chkShowFullPathName: TCheckBox
- Tag = 205
- Left = 8
- Top = 128
- Width = 313
- Height = 17
- TabOrder = 5
- end
- object chkUseFileIcon: TCheckBox
- Tag = 206
- Left = 8
- Top = 152
- Width = 313
- Height = 17
- TabOrder = 6
- end
- object chkRestoreCursorPos: TCheckBox
- Tag = 208
- Left = 8
- Top = 200
- Width = 313
- Height = 17
- TabOrder = 8
- end
- object btnOk: TButton
- Tag = 150
- Left = 88
- Top = 248
- Width = 75
- Height = 25
- Default = True
- TabOrder = 10
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Tag = 151
- Left = 176
- Top = 248
- Width = 75
- Height = 25
- Cancel = True
- TabOrder = 11
- OnClick = btnCancelClick
- end
- object chkStatusBarExtraPositionInfo: TCheckBox
- Tag = 202
- Left = 24
- Top = 56
- Width = 297
- Height = 17
- Enabled = False
- TabOrder = 2
- end
- object cmbLanguage: TComboBox
- Left = 64
- Top = 5
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object chkConvertNullChars: TCheckBox
- Tag = 210
- Left = 8
- Top = 224
- Width = 313
- Height = 17
- TabOrder = 9
- end
- end
-